home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 56
/
Volume 56 - JOGO DISK .iso
/
Games
/
topmodel.swf
/
scripts
/
DefineSprite_276
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-01-09
|
365b
|
21 lines
stop();
bt_sound = new sound();
bt_sound.attachSound("bt");
this.onPress = function()
{
bt_sound.start();
_root.v_mc.gotoAndStop(53);
gotoAndStop(2);
};
this.onRelease = function()
{
gotoAndStop(1);
_root.sel = "5-3";
_root.cur_mc.gotoAndStop(53);
Mouse.hide();
};
this.onReleaseOutside = function()
{
gotoAndStop(1);
};